238D - Tape Programming - CodeForces Solution


data structures implementation *2900

Please click on ads to support us..

C++ Code:

#include<bits/stdc++.h>
using namespace std;
const int N=1.1e5;
char s[N];
int n,m=1,q,fir[N],sec[N],f[N*50][10];
void add(int x,int v)
{
if(!fir[x]) fir[x]=m;
else if(!sec[x] && fir[x+1]) sec[x]=m;
for(int i=0;i<=9;i++)
f[m][i]=f[m-1][i]+(i==v);
}
int main()
{
cin>>n>>q; scanf("%s",s+1);

fir[0]=1;
for(int p=1,d,i,op;p<=n;p++) if(!fir[p])
{
for(d=1,i=p,op=0;p<=i && i<=n;i+=d,m++)
{
if(isdigit(s[i]))
add(i,s[i]---'0'),op=0;
else
{
add(i,-1);
if(s[i]<'0') continue;
d=s[i]^'<'?1:-1;
if(op) s[op]=0;
op=i;
}
}
add(i,-1); m++;
}
fir[n+1]=m;

for(int l,r,ll,rr;q--;)
{
cin>>l>>r;
ll=fir[l]-1,rr=min(sec[l-1]?sec[l-1]:m,fir[r+1])-1;
for(int i=0;i<=9;i++)
printf("%d%c",f[rr][i]-f[ll][i]," \n"[i==9]);
}
return 0;
}


Comments

Submit
0 Comments
More Questions

1630C - Paint the Middle
1630D - Flipping Range
1328A - Divisibility Problem
339A - Helpful Maths
4A - Watermelon
476A - Dreamoon and Stairs
1409A - Yet Another Two Integers Problem
977A - Wrong Subtraction
263A - Beautiful Matrix
180C - Letter
151A - Soft Drinking
1352A - Sum of Round Numbers
281A - Word Capitalization
1646A - Square Counting
266A - Stones on the Table
61A - Ultra-Fast Mathematician
148A - Insomnia cure
1650A - Deletions of Two Adjacent Letters
1512A - Spy Detected
282A - Bit++
69A - Young Physicist
1651A - Playoff
734A - Anton and Danik
1300B - Assigning to Classes
1647A - Madoka and Math Dad
710A - King Moves
1131A - Sea Battle
118A - String Task
236A - Boy or Girl
271A - Beautiful Year